﻿2026-07-28T05:10:49.0601290Z ##[group]Run set -euo pipefail
2026-07-28T05:10:49.0601582Z [36;1mset -euo pipefail[0m
2026-07-28T05:10:49.0601789Z [36;1mPIN=0c95435[0m
2026-07-28T05:10:49.0601990Z [36;1mCACHE="$HOME/spt-n1-oldbroker"[0m
2026-07-28T05:10:49.0602231Z [36;1mBIN="$CACHE/target/debug/spt"[0m
2026-07-28T05:10:49.0602624Z [36;1m# Self-healing cache: rebuild the pin only when it moves. Clone OUTSIDE[0m
2026-07-28T05:10:49.0603324Z [36;1m# the workspace (a clone inside gets adopted by the cargo workspace).[0m
2026-07-28T05:10:49.0603762Z [36;1mif [ ! -x "$BIN" ] || [ "$(cat "$CACHE/.builtpin" 2>/dev/null || true)" != "$PIN" ]; then[0m
2026-07-28T05:10:49.0604093Z [36;1m  rm -rf "$CACHE"[0m
2026-07-28T05:10:49.0604313Z [36;1m  git clone "$GITHUB_WORKSPACE" "$CACHE"[0m
2026-07-28T05:10:49.0604565Z [36;1m  git -C "$CACHE" checkout "$PIN"[0m
2026-07-28T05:10:49.0604890Z [36;1m  cargo build --manifest-path "$CACHE/Cargo.toml" -p spt --bin spt[0m
2026-07-28T05:10:49.0605237Z [36;1m  echo "$PIN" > "$CACHE/.builtpin"[0m
2026-07-28T05:10:49.0605486Z [36;1mfi[0m
2026-07-28T05:10:49.0605757Z [36;1mSPT_N1_OLD_BROKER="$BIN" cargo test -p spt --test n1_pairing -- --nocapture[0m
2026-07-28T05:10:49.0619095Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0}
2026-07-28T05:10:49.0619638Z env:
2026-07-28T05:10:49.0619870Z   RUSTFLAGS: -C link-arg=-fuse-ld=mold
2026-07-28T05:10:49.0620309Z   SPT_CI_TEST_TMP: /home/reavus/actions-runner/_work/_temp/spt-test-tmp-30329922262-1-91OgkN
2026-07-28T05:10:49.0620862Z   TEMP: /home/reavus/actions-runner/_work/_temp/spt-test-tmp-30329922262-1-91OgkN
2026-07-28T05:10:49.0621386Z   TMP: /home/reavus/actions-runner/_work/_temp/spt-test-tmp-30329922262-1-91OgkN
2026-07-28T05:10:49.0621916Z   TMPDIR: /home/reavus/actions-runner/_work/_temp/spt-test-tmp-30329922262-1-91OgkN
2026-07-28T05:10:49.0622329Z ##[endgroup]
2026-07-28T05:10:49.3647925Z    Compiling proc-macro2 v1.0.106
2026-07-28T05:10:49.3648693Z    Compiling quote v1.0.45
2026-07-28T05:10:49.3649103Z    Compiling unicode-ident v1.0.24
2026-07-28T05:10:49.3649332Z    Compiling libc v0.2.186
2026-07-28T05:10:49.3649690Z    Compiling serde_core v1.0.228
2026-07-28T05:10:49.3650058Z    Compiling cfg-if v1.0.4
2026-07-28T05:10:49.3650327Z    Compiling serde v1.0.228
2026-07-28T05:10:49.3692672Z    Compiling log v0.4.32
2026-07-28T05:10:49.3752283Z    Compiling pin-project-lite v0.2.17
2026-07-28T05:10:49.3813964Z    Compiling portable-atomic v1.13.1
2026-07-28T05:10:49.3814708Z    Compiling typenum v1.20.1
2026-07-28T05:10:49.3847144Z    Compiling memchr v2.8.1
2026-07-28T05:10:49.3878350Z    Compiling version_check v0.9.5
2026-07-28T05:10:49.3899786Z    Compiling shlex v2.0.1
2026-07-28T05:10:49.3931747Z    Compiling find-msvc-tools v0.1.9
2026-07-28T05:10:49.4251797Z    Compiling critical-section v1.2.0
2026-07-28T05:10:49.4591353Z    Compiling bytes v1.11.1
2026-07-28T05:10:49.4720942Z    Compiling subtle v2.6.1
2026-07-28T05:10:49.5182053Z    Compiling futures-core v0.3.32
2026-07-28T05:10:49.6231068Z    Compiling equivalent v1.0.2
2026-07-28T05:10:49.6463854Z    Compiling smallvec v1.15.1
2026-07-28T05:10:49.6580387Z    Compiling itoa v1.0.18
2026-07-28T05:10:49.6949676Z    Compiling semver v1.0.28
2026-07-28T05:10:49.7171196Z    Compiling stable_deref_trait v1.2.1
2026-07-28T05:10:49.7231069Z    Compiling futures-io v0.3.32
2026-07-28T05:10:49.7640763Z    Compiling futures-sink v0.3.32
2026-07-28T05:10:49.7705462Z    Compiling slab v0.4.12
2026-07-28T05:10:49.7861278Z    Compiling futures-task v0.3.32
2026-07-28T05:10:49.7973943Z    Compiling generic-array v0.14.7
2026-07-28T05:10:49.8540453Z    Compiling futures-channel v0.3.32
2026-07-28T05:10:49.9020679Z    Compiling rand_core v0.10.1
2026-07-28T05:10:49.9141582Z    Compiling rustversion v1.0.22
2026-07-28T05:10:49.9380620Z    Compiling bitflags v2.12.1
2026-07-28T05:10:49.9780499Z    Compiling hashbrown v0.17.1
2026-07-28T05:10:49.9857846Z    Compiling getrandom v0.4.2
2026-07-28T05:10:49.9996880Z    Compiling cpufeatures v0.2.17
2026-07-28T05:10:50.0410868Z    Compiling rustc_version v0.4.1
2026-07-28T05:10:50.0710831Z    Compiling fnv v1.0.7
2026-07-28T05:10:50.0810941Z    Compiling strsim v0.11.1
2026-07-28T05:10:50.1090591Z    Compiling cfg_aliases v0.2.1
2026-07-28T05:10:50.1190720Z    Compiling litemap v0.8.2
2026-07-28T05:10:50.1600446Z    Compiling writeable v0.6.3
2026-07-28T05:10:50.1745967Z    Compiling icu_normalizer_data v2.2.0
2026-07-28T05:10:50.2440435Z    Compiling ident_case v1.0.1
2026-07-28T05:10:50.3335294Z    Compiling utf8_iter v1.0.4
2026-07-28T05:10:50.3621362Z    Compiling icu_properties_data v2.2.0
2026-07-28T05:10:50.3682530Z    Compiling dunce v1.0.5
2026-07-28T05:10:50.4002457Z    Compiling fs_extra v1.3.0
2026-07-28T05:10:50.4280583Z    Compiling autocfg v1.5.1
2026-07-28T05:10:50.4544348Z    Compiling percent-encoding v2.3.2
2026-07-28T05:10:50.4870872Z    Compiling http v1.4.1
2026-07-28T05:10:50.5050872Z    Compiling unicode-segmentation v1.13.3
2026-07-28T05:10:50.6193543Z    Compiling aws-lc-rs v1.17.0
2026-07-28T05:10:50.6776070Z    Compiling cpufeatures v0.3.0
2026-07-28T05:10:50.7221791Z    Compiling thiserror v2.0.18
2026-07-28T05:10:50.7718676Z    Compiling scopeguard v1.2.0
2026-07-28T05:10:50.8100090Z    Compiling syn v2.0.117
2026-07-28T05:10:50.8527902Z    Compiling lock_api v0.4.14
2026-07-28T05:10:50.8727172Z    Compiling chacha20 v0.10.0
2026-07-28T05:10:50.8836359Z    Compiling form_urlencoded v1.2.2
2026-07-28T05:10:50.8861038Z    Compiling untrusted v0.9.0
2026-07-28T05:10:50.8909326Z    Compiling heck v0.5.0
2026-07-28T05:10:50.9250852Z    Compiling rustls v0.23.40
2026-07-28T05:10:51.0030640Z    Compiling indexmap v2.14.0
2026-07-28T05:10:51.0451007Z    Compiling convert_case v0.10.0
2026-07-28T05:10:51.0942193Z    Compiling const-oid v0.10.2
2026-07-28T05:10:51.1150963Z    Compiling anyhow v1.0.102
2026-07-28T05:10:51.1200630Z    Compiling atomic-waker v1.1.2
2026-07-28T05:10:51.1412194Z    Compiling jobserver v0.1.34
2026-07-28T05:10:51.1486621Z    Compiling unicode-xid v0.2.6
2026-07-28T05:10:51.1653307Z    Compiling httparse v1.10.1
2026-07-28T05:10:51.1790794Z    Compiling parking_lot_core v0.9.12
2026-07-28T05:10:51.2260744Z    Compiling paste v1.0.15
2026-07-28T05:10:51.2514341Z    Compiling zerocopy v0.8.50
2026-07-28T05:10:51.2529160Z    Compiling num-traits v0.2.19
2026-07-28T05:10:51.3250419Z    Compiling hybrid-array v0.4.12
2026-07-28T05:10:51.3393835Z    Compiling curve25519-dalek v4.1.3
2026-07-28T05:10:51.4300519Z    Compiling cc v1.2.63
2026-07-28T05:10:51.4716377Z    Compiling ahash v0.8.12
2026-07-28T05:10:51.4811028Z    Compiling powerfmt v0.2.0
2026-07-28T05:10:51.5056014Z    Compiling fastrand v2.4.1
2026-07-28T05:10:51.6070611Z    Compiling base64ct v1.8.3
2026-07-28T05:10:51.6150686Z    Compiling either v1.16.0
2026-07-28T05:10:51.6907794Z    Compiling crypto-common v0.1.7
2026-07-28T05:10:51.6952727Z    Compiling block-buffer v0.10.4
2026-07-28T05:10:51.7589551Z    Compiling http-body v1.0.1
2026-07-28T05:10:51.8360906Z    Compiling digest v0.10.7
2026-07-28T05:10:51.8438349Z    Compiling deranged v0.5.8
2026-07-28T05:10:51.9331086Z    Compiling base64 v0.22.1
2026-07-28T05:10:51.9965102Z    Compiling mio v1.2.1
2026-07-28T05:10:52.0061262Z    Compiling socket2 v0.6.4
2026-07-28T05:10:52.0231008Z    Compiling getrandom v0.2.17
2026-07-28T05:10:52.1220942Z    Compiling pem-rfc7468 v1.0.0
2026-07-28T05:10:52.1381144Z    Compiling zmij v1.0.21
2026-07-28T05:10:52.1867733Z    Compiling rand_core v0.6.4
2026-07-28T05:10:52.2400982Z    Compiling pkg-config v0.3.33
2026-07-28T05:10:52.2801980Z    Compiling rand v0.10.1
2026-07-28T05:10:52.3350676Z    Compiling uuid v1.23.2
2026-07-28T05:10:52.4381357Z    Compiling time-core v0.1.8
2026-07-28T05:10:52.4550339Z    Compiling num-conv v0.2.2
2026-07-28T05:10:52.4580549Z    Compiling vcpkg v0.2.15
2026-07-28T05:10:52.4699129Z    Compiling tower-service v0.3.3
2026-07-28T05:10:52.5510751Z    Compiling data-encoding v2.11.0
2026-07-28T05:10:52.6000605Z    Compiling tinyvec_macros v0.1.1
2026-07-28T05:10:52.6130657Z    Compiling try-lock v0.2.5
2026-07-28T05:10:52.6530692Z    Compiling tinyvec v1.11.0
2026-07-28T05:10:52.6660444Z    Compiling cmake v0.1.58
2026-07-28T05:10:52.7130462Z    Compiling want v0.3.1
2026-07-28T05:10:52.7220718Z    Compiling parking_lot v0.12.5
2026-07-28T05:10:52.8268545Z    Compiling block-buffer v0.12.0
2026-07-28T05:10:52.8830647Z    Compiling crypto-common v0.2.2
2026-07-28T05:10:52.9611691Z    Compiling sha2 v0.10.9
2026-07-28T05:10:53.0020458Z    Compiling inout v0.1.4
2026-07-28T05:10:53.0110487Z    Compiling vergen-lib v9.1.0
2026-07-28T05:10:53.0327422Z    Compiling n0-future v0.3.2
2026-07-28T05:10:53.1473111Z    Compiling winnow v1.0.3
2026-07-28T05:10:53.2070606Z    Compiling diatomic-waker v0.2.3
2026-07-28T05:10:53.2106461Z    Compiling spin v0.10.0
2026-07-28T05:10:53.2791276Z    Compiling serde_json v1.0.150
2026-07-28T05:10:53.2944104Z    Compiling httpdate v1.0.3
2026-07-28T05:10:53.3310553Z    Compiling crossbeam-utils v0.8.21
2026-07-28T05:10:53.3410291Z    Compiling parking v2.2.1
2026-07-28T05:10:53.3590462Z    Compiling signature v2.2.0
2026-07-28T05:10:53.3880581Z    Compiling cordyceps v0.3.4
2026-07-28T05:10:53.4400883Z    Compiling futures-lite v2.6.1
2026-07-28T05:10:53.4707465Z    Compiling ed25519 v2.2.3
2026-07-28T05:10:53.5012750Z    Compiling cipher v0.4.4
2026-07-28T05:10:53.5111039Z    Compiling netlink-packet-core v0.8.1
2026-07-28T05:10:53.5422534Z    Compiling universal-hash v0.5.1
2026-07-28T05:10:53.6330568Z    Compiling vergen v9.1.0
2026-07-28T05:10:53.6459262Z    Compiling vergen-lib v0.1.6
2026-07-28T05:10:53.6758508Z    Compiling heapless v0.7.17
2026-07-28T05:10:53.6857577Z    Compiling curve25519-dalek v5.0.0-pre.6
2026-07-28T05:10:53.7180951Z    Compiling aws-lc-sys v0.41.0
2026-07-28T05:10:53.7340543Z    Compiling ring v0.17.14
2026-07-28T05:10:53.8005138Z    Compiling libsqlite3-sys v0.30.1
2026-07-28T05:10:53.8351311Z    Compiling digest v0.11.3
2026-07-28T05:10:53.8471777Z    Compiling futures-buffered v0.2.13
2026-07-28T05:10:53.8985317Z    Compiling noq-udp v0.10.0
2026-07-28T05:10:53.9159864Z    Compiling sync_wrapper v1.0.2
2026-07-28T05:10:53.9600690Z    Compiling allocator-api2 v0.2.21
2026-07-28T05:10:53.9829353Z    Compiling toml_datetime v1.1.1+spec-1.1.0
2026-07-28T05:10:54.0101346Z    Compiling byteorder v1.5.0
2026-07-28T05:10:54.0410672Z    Compiling opaque-debug v0.3.1
2026-07-28T05:10:54.1220024Z    Compiling polyval v0.6.2
2026-07-28T05:10:54.2540425Z    Compiling hash32 v0.2.1
2026-07-28T05:10:54.3325942Z    Compiling spin v0.9.8
2026-07-28T05:10:54.3715939Z    Compiling vergen-gitcl v1.0.8
2026-07-28T05:10:54.4620875Z    Compiling fallible-streaming-iterator v0.1.9
2026-07-28T05:10:54.5130520Z    Compiling num_threads v0.1.7
2026-07-28T05:10:54.5230580Z    Compiling fallible-iterator v0.3.0
2026-07-28T05:10:54.5443229Z    Compiling ryu v1.0.23
2026-07-28T05:10:54.5951245Z    Compiling tower-layer v0.3.3
2026-07-28T05:10:54.6080732Z    Compiling signature v3.0.0
2026-07-28T05:10:54.6267744Z    Compiling time v0.3.47
2026-07-28T05:10:54.6740664Z    Compiling ghash v0.5.1
2026-07-28T05:10:54.7760727Z    Compiling sha2 v0.11.0-rc.5
2026-07-28T05:10:54.7880852Z    Compiling ctr v0.9.2
2026-07-28T05:10:54.7915180Z    Compiling aes v0.8.4
2026-07-28T05:10:54.8121074Z    Compiling fs2 v0.4.3
2026-07-28T05:10:54.9327823Z    Compiling http-body-util v0.1.3
2026-07-28T05:10:54.9931097Z    Compiling aead v0.5.2
2026-07-28T05:10:55.0020479Z    Compiling openssl-probe v0.2.1
2026-07-28T05:10:55.0349712Z    Compiling arrayvec v0.7.6
2026-07-28T05:10:55.0834552Z    Compiling utf8parse v0.2.2
2026-07-28T05:10:55.1420778Z    Compiling toml_parser v1.1.2+spec-1.1.0
2026-07-28T05:10:55.2046981Z    Compiling crossbeam-epoch v0.9.18
2026-07-28T05:10:55.2630126Z    Compiling crossbeam-channel v0.5.15
2026-07-28T05:10:55.2770909Z    Compiling netlink-packet-route v0.29.0
2026-07-28T05:10:55.2991127Z    Compiling blake3 v1.8.5
2026-07-28T05:10:55.3295357Z    Compiling memoffset v0.6.5
2026-07-28T05:10:55.3414738Z    Compiling acto v0.8.2
2026-07-28T05:10:55.5090578Z    Compiling netwatch v0.16.0
2026-07-28T05:10:55.6430947Z    Compiling aes-gcm v0.10.3
2026-07-28T05:10:55.6730809Z    Compiling noq v0.18.0
2026-07-28T05:10:55.7426823Z    Compiling thiserror v1.0.69
2026-07-28T05:10:55.7580439Z    Compiling sorted-index-buffer v0.2.1
2026-07-28T05:10:55.8385132Z    Compiling identity-hash v0.1.0
2026-07-28T05:10:55.8910804Z    Compiling toml_edit v0.25.12+spec-1.1.0
2026-07-28T05:10:55.9058475Z    Compiling lru-slab v0.1.2
2026-07-28T05:10:55.9188154Z    Compiling tagptr v0.2.0
2026-07-28T05:10:55.9440911Z    Compiling foldhash v0.2.0
2026-07-28T05:10:56.0248093Z    Compiling rustc-hash v2.1.2
2026-07-28T05:10:56.0362251Z    Compiling xml-rs v0.8.28
2026-07-28T05:10:56.0734841Z    Compiling mac-addr v0.3.0
2026-07-28T05:10:56.0910744Z    Compiling ref-cast v1.0.25
2026-07-28T05:10:56.1245264Z    Compiling rustix v1.1.4
2026-07-28T05:10:56.1316698Z    Compiling hashbrown v0.16.1
2026-07-28T05:10:56.3870849Z    Compiling netlink-packet-route v0.30.0
2026-07-28T05:10:56.4180640Z    Compiling serial-core v0.4.0
2026-07-28T05:10:56.6260785Z    Compiling synstructure v0.13.2
2026-07-28T05:10:56.6904589Z    Compiling darling_core v0.20.11
2026-07-28T05:10:56.8516732Z    Compiling proc-macro-crate v3.5.0
2026-07-28T05:10:56.8567806Z    Compiling serde_derive_internals v0.29.1
2026-07-28T05:10:57.0868568Z    Compiling xmltree v0.10.3
2026-07-28T05:10:57.1660755Z    Compiling errno v0.3.14
2026-07-28T05:10:57.3262946Z    Compiling ioctl-rs v0.1.6
2026-07-28T05:10:57.3370491Z    Compiling termios v0.2.2
2026-07-28T05:10:57.3960704Z    Compiling simple-dns v0.9.3
2026-07-28T05:10:57.4285568Z    Compiling aho-corasick v1.1.4
2026-07-28T05:10:57.4400405Z    Compiling signal-hook v0.3.18
2026-07-28T05:10:57.4691101Z    Compiling resolv-conf v0.7.6
2026-07-28T05:10:57.5175580Z    Compiling linux-raw-sys v0.12.1
2026-07-28T05:10:57.5421355Z    Compiling toml_write v0.1.2
2026-07-28T05:10:57.5906968Z    Compiling simdutf8 v0.1.5
2026-07-28T05:10:57.5990521Z    Compiling arrayref v0.3.9
2026-07-28T05:10:57.6610720Z    Compiling winnow v0.7.15
2026-07-28T05:10:57.7805953Z    Compiling constant_time_eq v0.4.2
2026-07-28T05:10:57.8032309Z    Compiling sha1_smol v1.0.1
2026-07-28T05:10:57.8950678Z    Compiling smol_str v0.1.24
2026-07-28T05:10:58.0198822Z    Compiling regex-syntax v0.8.10
2026-07-28T05:10:58.0760792Z    Compiling serial-unix v0.4.0
2026-07-28T05:10:58.1091492Z    Compiling signal-hook-registry v1.4.8
2026-07-28T05:10:58.1216114Z    Compiling lru v0.16.4
2026-07-28T05:10:58.2970520Z    Compiling darling_core v0.23.0
2026-07-28T05:10:58.3661996Z    Compiling serde_bytes v0.11.19
2026-07-28T05:10:58.4601908Z    Compiling hmac v0.12.1
2026-07-28T05:10:58.6011733Z    Compiling seize v0.5.1
2026-07-28T05:10:58.6342126Z    Compiling iroh v0.98.2
2026-07-28T05:10:58.7510812Z    Compiling serde_derive v1.0.228
2026-07-28T05:10:58.8356316Z    Compiling zeroize_derive v1.4.3
2026-07-28T05:10:58.8845566Z    Compiling tokio-macros v2.7.0
2026-07-28T05:10:59.0679021Z    Compiling zerofrom-derive v0.1.7
2026-07-28T05:10:59.4890535Z    Compiling zeroize v1.8.2
2026-07-28T05:10:59.5660412Z    Compiling futures-macro v0.3.32
2026-07-28T05:10:59.6728488Z    Compiling tokio v1.52.3
2026-07-28T05:10:59.7481209Z    Compiling yoke-derive v0.8.2
2026-07-28T05:11:00.2060561Z    Compiling zerovec-derive v0.11.3
2026-07-28T05:11:00.2260538Z    Compiling displaydoc v0.2.6
2026-07-28T05:11:00.3394980Z    Compiling tracing-attributes v0.1.31
2026-07-28T05:11:00.5897609Z    Compiling futures-util v0.3.32
2026-07-28T05:11:00.6328142Z    Compiling zerofrom v0.1.8
2026-07-28T05:11:00.7772530Z    Compiling rustls-pki-types v1.14.1
2026-07-28T05:11:01.1255609Z    Compiling yoke v0.8.3
2026-07-28T05:11:01.2222556Z    Compiling thiserror-impl v2.0.18
2026-07-28T05:11:01.2517098Z    Compiling curve25519-dalek-derive v0.1.1
2026-07-28T05:11:01.3371096Z    Compiling zerotrie v0.2.4
2026-07-28T05:11:01.6639793Z    Compiling darling_macro v0.20.11
2026-07-28T05:11:01.7647568Z    Compiling zerovec v0.11.6
2026-07-28T05:11:01.7990686Z    Compiling derive_more-impl v2.1.1
2026-07-28T05:11:01.9778156Z    Compiling spez v0.1.2
2026-07-28T05:11:02.0701629Z    Compiling darling v0.20.11
2026-07-28T05:11:02.1541212Z    Compiling derive_builder_core v0.20.2
2026-07-28T05:11:02.1831058Z    Compiling n0-error-macros v0.1.3
2026-07-28T05:11:02.4160527Z    Compiling der v0.8.0-rc.10
2026-07-28T05:11:02.7060670Z    Compiling tinystr v0.8.3
2026-07-28T05:11:02.7308774Z    Compiling potential_utf v0.1.5
2026-07-28T05:11:02.8960811Z    Compiling icu_collections v2.2.0
2026-07-28T05:11:02.9825270Z    Compiling icu_locale_core v2.2.0
2026-07-28T05:11:03.2410790Z    Compiling pin-project-internal v1.1.13
2026-07-28T05:11:03.4290244Z    Compiling n0-error v0.1.3
2026-07-28T05:11:03.5734852Z    Compiling derive_builder_macro v0.20.2
2026-07-28T05:11:03.8517085Z    Compiling ed25519-dalek v2.2.0
2026-07-28T05:11:03.9077443Z    Compiling spki v0.8.0-rc.4
2026-07-28T05:11:03.9084683Z    Compiling derive_builder v0.20.2
2026-07-28T05:11:04.2199710Z    Compiling ipnet v2.12.0
2026-07-28T05:11:04.2501265Z    Compiling pkcs8 v0.11.0-rc.10
2026-07-28T05:11:04.3890861Z    Compiling icu_provider v2.2.0
2026-07-28T05:11:04.4377097Z    Compiling ed25519 v3.0.0-rc.4
2026-07-28T05:11:04.5310178Z    Compiling futures-executor v0.3.32
2026-07-28T05:11:04.7799037Z    Compiling icu_normalizer v2.2.0
2026-07-28T05:11:04.7944242Z    Compiling icu_properties v2.2.0
2026-07-28T05:11:04.8170545Z    Compiling pin-project v1.1.13
2026-07-28T05:11:04.8860029Z    Compiling once_cell v1.21.4
2026-07-28T05:11:04.8940623Z    Compiling prefix-trie v0.8.4
2026-07-28T05:11:04.9543789Z    Compiling futures v0.3.32
2026-07-28T05:11:05.0081035Z    Compiling spt-proto v0.45.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-proto)
2026-07-28T05:11:05.1214050Z    Compiling tracing-core v0.1.36
2026-07-28T05:11:05.3895634Z    Compiling hashbrown v0.14.5
2026-07-28T05:11:05.4190927Z    Compiling cobs v0.3.0
2026-07-28T05:11:05.4260721Z    Compiling data-encoding-macro-internal v0.1.18
2026-07-28T05:11:05.4776120Z    Compiling postcard-derive v0.2.2
2026-07-28T05:11:05.6432025Z    Compiling tracing v0.1.44
2026-07-28T05:11:05.7692489Z    Compiling rustls-native-certs v0.8.4
2026-07-28T05:11:05.9010501Z    Compiling data-encoding-macro v0.1.20
2026-07-28T05:11:06.0370937Z    Compiling num_enum_derive v0.7.6
2026-07-28T05:11:06.0441375Z    Compiling iroh-metrics-derive v0.4.1
2026-07-28T05:11:06.0511107Z    Compiling async-trait v0.1.89
2026-07-28T05:11:06.0706316Z    Compiling postcard v1.1.3
2026-07-28T05:11:06.2126884Z    Compiling tokio-util v0.7.18
2026-07-28T05:11:06.2355810Z    Compiling hashlink v0.9.1
2026-07-28T05:11:06.3544300Z    Compiling netlink-sys v0.8.8
2026-07-28T05:11:06.3769360Z    Compiling derive_more v2.1.1
2026-07-28T05:11:06.5328695Z    Compiling idna_adapter v1.2.2
2026-07-28T05:11:06.5720726Z    Compiling ed25519-dalek v3.0.0-pre.6
2026-07-28T05:11:06.5898325Z    Compiling tower v0.5.3
2026-07-28T05:11:06.5913238Z    Compiling enum-assoc v1.3.0
2026-07-28T05:11:06.6272477Z    Compiling rusqlite v0.32.1
2026-07-28T05:11:06.6434235Z    Compiling idna v1.1.0
2026-07-28T05:11:06.6734061Z    Compiling strum_macros v0.28.0
2026-07-28T05:11:06.6772282Z    Compiling iroh-relay v0.98.0
2026-07-28T05:11:06.6894183Z    Compiling netdev v0.42.0
2026-07-28T05:11:06.8610558Z    Compiling netlink-proto v0.12.0
2026-07-28T05:11:06.9625687Z    Compiling iroh-metrics v0.38.3
2026-07-28T05:11:07.0000840Z    Compiling moka v0.12.15
2026-07-28T05:11:07.1730657Z    Compiling url v2.5.8
2026-07-28T05:11:07.2208354Z    Compiling serde_spanned v0.6.9
2026-07-28T05:11:07.2471399Z    Compiling toml_datetime v0.6.11
2026-07-28T05:11:07.2472429Z    Compiling num_enum v0.7.6
2026-07-28T05:11:07.3504918Z    Compiling h2 v0.4.14
2026-07-28T05:11:07.3750771Z    Compiling tokio-stream v0.1.18
2026-07-28T05:11:07.3790771Z    Compiling thiserror-impl v1.0.69
2026-07-28T05:11:07.4618412Z    Compiling ref-cast-impl v1.0.25
2026-07-28T05:11:07.5340680Z    Compiling n0-watcher v0.6.1
2026-07-28T05:11:07.6204025Z    Compiling toml_edit v0.22.27
2026-07-28T05:11:07.9436763Z    Compiling spt-store v0.45.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-store)
2026-07-28T05:11:08.0577552Z    Compiling hickory-proto v0.26.0-beta.4
2026-07-28T05:11:08.1600664Z    Compiling iroh-base v0.98.0
2026-07-28T05:11:08.2285720Z    Compiling attohttpc v0.30.1
2026-07-28T05:11:08.3111052Z    Compiling tower-http v0.6.11
2026-07-28T05:11:08.4787650Z    Compiling webpki-roots v1.0.7
2026-07-28T05:11:08.5540587Z    Compiling regex-automata v0.4.14
2026-07-28T05:11:08.5840483Z    Compiling schemars_derive v1.2.1
2026-07-28T05:11:08.6680493Z    Compiling pin-utils v0.1.0
2026-07-28T05:11:08.7283502Z    Compiling cmov v0.5.4
2026-07-28T05:11:08.9630871Z    Compiling rustix v0.38.44
2026-07-28T05:11:08.9958092Z    Compiling dyn-clone v1.0.20
2026-07-28T05:11:09.0383329Z    Compiling bitflags v1.3.2
2026-07-28T05:11:09.0468872Z    Compiling filedescriptor v0.8.3
2026-07-28T05:11:09.1060679Z    Compiling nix v0.25.1
2026-07-28T05:11:09.1315973Z    Compiling ctutils v0.4.2
2026-07-28T05:11:09.2450036Z    Compiling backon v1.6.0
2026-07-28T05:11:09.3260765Z    Compiling darling_macro v0.23.0
2026-07-28T05:11:09.4476051Z    Compiling papaya v0.2.4
2026-07-28T05:11:09.4853171Z    Compiling hkdf v0.12.4
2026-07-28T05:11:09.6679581Z    Compiling strum v0.28.0
2026-07-28T05:11:09.6790459Z    Compiling serial v0.4.0
2026-07-28T05:11:09.7011196Z    Compiling anstyle-parse v1.0.0
2026-07-28T05:11:09.7514059Z    Compiling iroh-dns v0.98.0
2026-07-28T05:11:09.7825035Z    Compiling vte_generate_state_changes v0.1.2
2026-07-28T05:11:09.8845757Z    Compiling instability v0.3.12
2026-07-28T05:11:09.9789288Z    Compiling foldhash v0.1.5
2026-07-28T05:11:10.0348299Z    Compiling colorchoice v1.0.5
2026-07-28T05:11:10.1010725Z    Compiling is_terminal_polyfill v1.70.2
2026-07-28T05:11:10.1294048Z    Compiling anstyle v1.0.14
2026-07-28T05:11:10.1430587Z    Compiling anstyle-query v1.1.5
2026-07-28T05:11:10.1680937Z    Compiling linux-raw-sys v0.4.15
2026-07-28T05:11:10.1769789Z    Compiling shell-words v1.1.1
2026-07-28T05:11:10.1873802Z    Compiling unicode-width v0.2.0
2026-07-28T05:11:10.2450607Z    Compiling downcast-rs v1.2.1
2026-07-28T05:11:10.3400208Z    Compiling hashbrown v0.15.5
2026-07-28T05:11:10.3640641Z    Compiling toml v0.8.23
2026-07-28T05:11:10.3737866Z    Compiling anstream v1.0.0
2026-07-28T05:11:10.4038871Z    Compiling vte v0.13.1
2026-07-28T05:11:10.4690510Z    Compiling signal-hook-mio v0.2.5
2026-07-28T05:11:10.5125196Z    Compiling darling v0.23.0
2026-07-28T05:11:10.5790474Z    Compiling spake2 v0.4.0
2026-07-28T05:11:10.5920439Z    Compiling terminal_size v0.4.4
2026-07-28T05:11:10.7330731Z    Compiling strum_macros v0.26.4
2026-07-28T05:11:10.8025673Z    Compiling sha1 v0.10.6
2026-07-28T05:11:10.8731114Z    Compiling schemars v1.2.1
2026-07-28T05:11:11.0680765Z    Compiling swarm-discovery v0.6.0-alpha.2
2026-07-28T05:11:11.0880440Z    Compiling itertools v0.13.0
2026-07-28T05:11:11.2440702Z    Compiling castaway v0.2.4
2026-07-28T05:11:11.3460491Z    Compiling clap_lex v1.1.0
2026-07-28T05:11:11.4750622Z    Compiling indoc v2.0.7
2026-07-28T05:11:11.5930698Z    Compiling regex v1.12.3
2026-07-28T05:11:11.6827078Z    Compiling unicode-width v0.1.14
2026-07-28T05:11:11.9854577Z    Compiling spt-msg v0.45.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-msg)
2026-07-28T05:11:12.0040589Z    Compiling doctest-file v1.1.1
2026-07-28T05:11:12.0210769Z    Compiling static_assertions v1.1.0
2026-07-28T05:11:12.1120500Z    Compiling compact_str v0.8.2
2026-07-28T05:11:12.5581172Z    Compiling spt-runtime v0.45.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-runtime)
2026-07-28T05:11:12.9300489Z    Compiling interprocess v2.4.2
2026-07-28T05:11:12.9438637Z    Compiling crossterm v0.28.1
2026-07-28T05:11:13.1820558Z    Compiling hyper v1.10.1
2026-07-28T05:11:13.3620956Z    Compiling portable-pty v0.8.1
2026-07-28T05:11:13.4410522Z    Compiling strum v0.26.3
2026-07-28T05:11:13.5058610Z    Compiling unicode-truncate v1.1.0
2026-07-28T05:11:13.5656531Z    Compiling clap_builder v4.6.0
2026-07-28T05:11:13.5767576Z    Compiling lru v0.12.5
2026-07-28T05:11:13.6017843Z    Compiling clap_derive v4.6.1
2026-07-28T05:11:13.6928701Z    Compiling iana-time-zone v0.1.65
2026-07-28T05:11:13.7391891Z    Compiling cassowary v0.3.0
2026-07-28T05:11:13.8831010Z    Compiling spt-term v0.45.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-term)
2026-07-28T05:11:14.0061904Z    Compiling chrono v0.4.45
2026-07-28T05:11:14.0699710Z    Compiling nucleo-matcher v0.3.1
2026-07-28T05:11:14.5786493Z    Compiling ratatui v0.29.0
2026-07-28T05:11:14.6150474Z    Compiling qrcode v0.14.1
2026-07-28T05:11:14.6677202Z    Compiling tempfile v3.27.0
2026-07-28T05:11:15.2570591Z    Compiling hyper-util v0.1.20
2026-07-28T05:11:16.1901879Z    Compiling spt-live v0.45.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-live)
2026-07-28T05:11:16.4910750Z    Compiling clap v4.6.1
2026-07-28T05:11:17.2600497Z    Compiling igd-next v0.17.1
2026-07-28T05:11:18.4499051Z    Compiling portmapper v0.16.0
2026-07-28T05:11:23.3293830Z    Compiling rustls-webpki v0.103.13
2026-07-28T05:11:25.7629625Z    Compiling tokio-rustls v0.26.4
2026-07-28T05:11:25.7630140Z    Compiling noq-proto v0.17.0
2026-07-28T05:11:25.7630512Z    Compiling rustls-platform-verifier v0.7.0
2026-07-28T05:11:25.9224596Z    Compiling hyper-rustls v0.27.9
2026-07-28T05:11:25.9225502Z    Compiling hickory-net v0.26.0-beta.4
2026-07-28T05:11:25.9226010Z    Compiling tokio-websockets v0.13.2
2026-07-28T05:11:26.0689338Z    Compiling reqwest v0.13.4
2026-07-28T05:11:27.0285916Z    Compiling hickory-resolver v0.26.0-beta.4
2026-07-28T05:11:41.1921601Z    Compiling spt-net v0.45.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-net)
2026-07-28T05:11:42.6908272Z    Compiling spt-daemon v0.45.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-daemon)
2026-07-28T05:11:52.9035792Z    Compiling spt v0.45.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt)
2026-07-28T05:11:57.9606940Z     Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 08s
2026-07-28T05:11:57.9837941Z      Running tests/n1_pairing.rs (target/debug/deps/n1_pairing-3c641108830fd335)
2026-07-28T05:11:57.9851750Z 
2026-07-28T05:11:57.9851902Z running 1 test
2026-07-28T05:12:04.1744095Z test new_brain_serves_against_old_broker ... ok
2026-07-28T05:12:04.1744362Z 
2026-07-28T05:12:04.1744581Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 6.19s
2026-07-28T05:12:04.1744867Z 
